home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / README.TXT < prev    next >
Encoding:
Text File  |  1997-05-11  |  2.3 KB  |  52 lines

  1. launcher.exe - simple application launcher
  2. Release 1; March, 1996
  3.  
  4. Copyright ⌐ 1996 Macromedia, Inc.  All Rights Reserved
  5.  
  6. You may utilize and redistribute the "launcher" software for any
  7. purpose whatsoever.  THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT 
  8. WARRANTY OF ANY KIND, AND MACROMEDIA DISCLAIMS ALL IMPLIED WARRANTIES 
  9. INCLUDING, BUT NOT LIMITED TO, MERCHANTABILITY, FITNESS FOR A PARTICULAR 
  10. PURPOSE AND NONINFRINGEMENT.  IN NO EVENT WILL MACROMEDIA BE LIABLE TO YOU 
  11. FOR ANY CONSEQUENTIAL, INDIRECT OR INCIDENTAL DAMAGES ARISING OUT OF YOUR 
  12. USE OR INABILITY TO USE THIS SOFTWARE.
  13.  
  14. --------------------------------------------------------------------------
  15.  
  16. Launcher executes on any Windows platform, and selects between
  17. a 16-bit and 32-bit version of an application.  It displays a
  18. message while the application is loading, and quits automatically
  19. once the launched application has displayed its window.
  20.  
  21. Launcher is controlled by entries in the launcher.ini file.
  22. This file must be located in the same directory as the launcher.exe
  23. application.  Both launcher.exe and launcher.ini can be renamed, as
  24. long as the .ini file and .exe file have the same root name.    
  25.  
  26. The following options in the "[Launch16]" and "[Launch32]" sections
  27. of the launcher.ini file apply to the 16- and 32-bit versions of the
  28. application, respectively:
  29.  
  30.   Program="MyApp"
  31.     The name (and path) of the application to launch, relative
  32.     to the location of the launcher program.  The .exe extension
  33.     is optional.
  34.  
  35.   Message="Loading My Application..."
  36.     The message to display while the application is launching.
  37.  
  38.   FailureCaption="My Application"
  39.   FailureMessage="Unable to load MyApp.exe"
  40.     The message and titlebar caption to display if the application
  41.     cannot be located or fails to launch for any other reason.
  42.  
  43.   WindowName="MyApp"
  44.   WindowClass="ASIMainWndClass"
  45.     The name and class of the window displayed by the application.
  46.     Launcher hides the launch message and quits when it detects this
  47.     window on the screen.  For Director projectors, the WindowName
  48.     should be the name of the application (without the extension or
  49.     path), and the WindowClass should be "ASIMainWndClass".  For other
  50.     applications, the window name and class can be determined by using
  51.     a Windows development tool such as "Spy++".
  52.